ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / AddRange Method
A collection of the T objects to add.

In This Topic
    AddRange Method (ItemCollection<T>)
    In This Topic
    Adds a collection of T objects to the existing ItemCollection<T>.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of T) _
    ) 
    public void AddRange( 
       IEnumerable<T> collection
    )

    Parameters

    collection
    A collection of the T objects to add.
    See Also